Class FlowNode_InstantiateT<TObject>
  Clones the object original and returns the clone.
 
  
  
    Inheritance
    object
    
    
    
    
    FlowNode_InstantiateT<TObject>
   
  
  
  
  Assembly: cs.temp.dll.dll
  Syntax
  
    public class FlowNode_InstantiateT<TObject> : FlowNode, IDisposable where TObject : UObject
   
  Type Parameters
  
  Fields
  original
  
  
  Declaration
  
    public CeresPort<TObject> original
   
  Field Value
  
  parent
  
  
  Declaration
  
    public CeresPort<Transform> parent
   
  Field Value
  
  position
  
  
  Declaration
  
    public CeresPort<Vector3> position
   
  Field Value
  
  resultValue
  
  
  Declaration
  
    public CeresPort<TObject> resultValue
   
  Field Value
  
  rotation
  
  
  Declaration
  
    public CeresPort<Quaternion> rotation
   
  Field Value
  
  worldPositionStays
  
  
  Declaration
  
    public CeresPort<bool> worldPositionStays
   
  Field Value
  
  Methods
  
  LocalExecute(ExecutionContext)
  
  
  Declaration
  
    protected override void LocalExecute(ExecutionContext executionContext)
   
  Parameters
  
  Overrides
  
  Implements
  
      IDisposable