UHSampleGame.CoreObjects.StaticModel.StaticModel C# (CSharp) 메소드

StaticModel() 공개 메소드

Default Constructor to setup Model
public StaticModel ( ) : System
리턴 System
        public StaticModel()
        {
            model = null;
        }

Same methods

StaticModel::StaticModel ( Model model ) : System
StaticModel::StaticModel ( Model newModel, Vector3 position ) : System
StaticModel::StaticModel ( Vector3 position ) : System