Lines Matching refs:this
84 return *this; in IsFixedSizeMemory()
91 return *this; in MaxChildren()
98 return *this; in MaxCallbacks()
113 return *this; in BufferOption()
127 return *this; in SharedMaterialModel()
144 return *this; in SharedSkeleton()
153 return *this; in MaxAnimObjectsPerGroup()
165 return *this; in IsAnimationEnabled()
269 return ResDynamicCast<ResSkeletalModel>(this->GetResSceneObject()); in GetResSkeletalModel()
275 return ResDynamicCast<ResSkeletalModel>(this->GetResSceneObject()); in GetResSkeletalModel()
291 bool IsSharingSkeleton() const { return this->m_SharingSkeleton; } in IsSharingSkeleton()
302 this->m_Skeleton.Swap(skeletalModel->m_Skeleton); in SwapSkeleton()
303 bool sharingSkeleton = this->m_SharingSkeleton; in SwapSkeleton()
304 this->m_SharingSkeleton = skeletalModel->m_SharingSkeleton; in SwapSkeleton()
428 m_Skeleton->SetOwnerSkeletalModel(this); in SkeletalModel()