Lines Matching refs:this
82 return *this; in IsFixedSizeMemory()
89 return *this; in MaxChildren()
96 return *this; in MaxCallbacks()
111 return *this; in BufferOption()
125 return *this; in SharedMaterialModel()
142 return *this; in SharedSkeleton()
151 return *this; in MaxAnimObjectsPerGroup()
163 return *this; in IsAnimationEnabled()
267 return ResDynamicCast<ResSkeletalModel>(this->GetResSceneObject()); in GetResSkeletalModel()
273 return ResDynamicCast<ResSkeletalModel>(this->GetResSceneObject()); in GetResSkeletalModel()
289 bool IsSharingSkeleton() const { return this->m_SharingSkeleton; } in IsSharingSkeleton()
300 this->m_Skeleton.Swap(skeletalModel->m_Skeleton); in SwapSkeleton()
301 bool sharingSkeleton = this->m_SharingSkeleton; in SwapSkeleton()
302 this->m_SharingSkeleton = skeletalModel->m_SharingSkeleton; in SwapSkeleton()
426 m_Skeleton->SetOwnerSkeletalModel(this); in SkeletalModel()