Search Results for

    Show / Hide Table of Contents

    Class FlowNode_InstantiateT<TObject>

    Clones the object original and returns the clone.

    Inheritance
    object
    CeresNode
    ExecutableNode
    ForwardNode
    FlowNode
    FlowNode_InstantiateT<TObject>
    Implements
    System.Collections.Generic.IEnumerable<T><CeresNode>
    System.Collections.IEnumerable
    IDisposable
    Inherited Members
    FlowNode.exec
    FlowNode.Execute(ExecutionContext)
    ForwardNode.input
    ExecutableNode.Graph
    ExecutableNode.ExecuteNode(ExecutionContext)
    CeresNode.NodeData
    CeresNode.Guid
    CeresNode.GraphPosition
    CeresNode.Dispose()
    CeresNode.GetSerializedData()
    CeresNode.GetExecutionPath()
    CeresNode.GetEnumerator()
    CeresNode.GetExecutionPath(Type)
    CeresNode.MakeSubtitle(string, bool)
    CeresNode.GetTargetSubtitle(string, bool)
    CeresNode.GetTargetSubtitle(Type, bool)
    CeresNode.GetTypeName()
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Ceres.Graph.Flow.Utilities
    Assembly: cs.temp.dll.dll
    Syntax
    public class FlowNode_InstantiateT<TObject> : FlowNode, IEnumerable<CeresNode>, IEnumerable, IDisposable where TObject : UObject
    Type Parameters
    Name Description
    TObject

    Fields

    original

    Declaration
    public CeresPort<TObject> original
    Field Value
    Type Description
    CeresPort<TObject>

    parent

    Declaration
    public CeresPort<Transform> parent
    Field Value
    Type Description
    CeresPort<Transform>

    position

    Declaration
    public CeresPort<Vector3> position
    Field Value
    Type Description
    CeresPort<Vector3>

    resultValue

    Declaration
    public CeresPort<TObject> resultValue
    Field Value
    Type Description
    CeresPort<TObject>

    rotation

    Declaration
    public CeresPort<Quaternion> rotation
    Field Value
    Type Description
    CeresPort<Quaternion>

    worldPositionStays

    Declaration
    public CeresPort<bool> worldPositionStays
    Field Value
    Type Description
    CeresPort<bool>

    Methods

    LocalExecute(ExecutionContext)

    Declaration
    protected override void LocalExecute(ExecutionContext executionContext)
    Parameters
    Type Name Description
    ExecutionContext executionContext
    Overrides
    FlowNode.LocalExecute(ExecutionContext)

    Implements

    System.Collections.Generic.IEnumerable<T>
    System.Collections.IEnumerable
    IDisposable
    In This Article
    Back to top Copyright © 2025 AkiKurisu
    Generated with DocFX